Goto

Collaborating Authors

 new deep learning course


15 new deep learning courses for top instructors from udemy

#artificialintelligence

This course will guide you through how to use Google's latest TensorFlow 2 framework to create artificial neural networks for deep learning! This course aims to give you an easy to understand guide to the complexities of Google's TensorFlow 2 framework in a way that is easy to understand. We'll focus on understanding the latest updates to TensorFlow and leveraging the Keras API (TensorFlow 2.0's official API) to quickly and easily build models. In this course we will build models to forecast future price homes, classify medical images, predict future sales data, generate complete new text artificially and much more! This course is designed to balance theory and practical implementation, with complete jupyter notebook guides of code and easy to reference slides and notes.


Six years later, Coursera's Andrew Ng returns with new Deep Learning courses

#artificialintelligence

The Deep Learning Specialization consists of five different courses. The courses are free to take, but you need to sign up for a subscription of $49/month if you want access to the graded assignments or earn certificates. There is a seven day free trial. The individual courses are free, but you need to visit the course pages separately (you can't sign up to them from the Specialization page). Though the courses officially start on 15 August, the course materials for the first three courses are already available.


New Deep Learning course on Udemy

#artificialintelligence

This course continues where my first course, Deep Learning in Python, left off. You already know how to build an artificial neural network in Python, and you have a plug-and-play script that you can use for TensorFlow. You learned about backpropagation (and because of that, this course contains basically NO MATH), but there were a lot of unanswered questions. How can you modify it to improve training speed? In this course you will learn about batch and stochastic gradient descent, two commonly used techniques that allow you to train on just a small sample of the data at each iteration, greatly speeding up training time.